func runtime.read
5 uses
runtime (current package)
netpoll_epoll.go#L149: read(int32(netpollEventFd), noescape(unsafe.Pointer(&one)), int32(unsafe.Sizeof(one)))
os_linux.go#L279: n = read(fd, noescape(unsafe.Pointer(&auxvreadbuf[0])), int32(unsafe.Sizeof(auxvreadbuf)))
os_linux.go#L326: n := read(fd, ptr, int32(len(numbuf)))
os_linux.go#L353: n := read(fd, unsafe.Pointer(&r[0]), int32(len(r)))
stubs2.go#L16: func read(fd int32, p unsafe.Pointer, n int32) int32
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |